-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat[patch]: support for patch verb #38
Conversation
… into heathj/patchverb
I tried pushing a commit to this branch but am having some issues with my github setup. Could you try adding a line here to pin |
Sure, let me try |
@arkadiyt nice job! That seemed to have done it. Let me know if you have any other comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the contribution
If you need this for a project let me know and I can push a new version to rubygems
O great, no rush. We are using it in a project, but its not super time-sensitive. Thanks for merging! |
This PR adds support for the "patch" verb. This would allow you to be able to call:
This PR resolves #38 . I needed to also update the maximum version of "psych" because 4.0 introduced a breaking change for YAML files with dates in them: ruby/psych#489